home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 12006 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: news1.erols.com!newsmaster@erols.com
  2. From: Chris Cobb <ccobb@cseg.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Where can I get a C++ to C translator (or TMS320C80 C++ compiler)?
  5. Date: 17 Mar 1996 17:58:55 GMT
  6. Organization: CSEG, Inc.
  7. Message-ID: <4ihjsv$41c@news5.erols.com>
  8. References: <4ifpfb$ugb@news-f.iadfw.net>
  9. NNTP-Posting-Host: ccobb.erols.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.22KIT (Windows; U; 16bit)
  14.  
  15. mbe592@airmail.net (Mike Behnke) wrote:
  16. >I am working on real-time embedded S/W for the Texas Instruments
  17. >TMS320C80 MultiMedia Video Processor.  They currently only have a C
  18. >compiler for it and I would prefer to use C++.  Does anyone know of
  19. >any C++ to C translators?
  20. >
  21. Cfront does exactly what you are asking.  AT&T still uses cfront (I 
  22. think) and there are several other vendors that have cfront-based 
  23. compilers (Maxxon? Comeau?).  The problem is that the resulting C code 
  24. often needs to be customized to conform to a specific C compiler.
  25.  
  26. Chris
  27.  
  28.  
  29.